home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Demo / DesktopX / objects / killer_news.dxpack / {5374A4F5-4C41-4490-9060-DA5E1695CFBC}.DXScript2 < prev    next >
Extensible Markup Language  |  2004-04-15  |  944b  |  21 lines

  1. <?xml version="1.0"?>
  2. <!--DXScript Data File.  Version 2.0-->
  3. <DXScript>
  4.     <Script><![CDATA['Called when the script is executed
  5. Sub Object_OnScriptEnter
  6.  
  7. End Sub
  8.  
  9. Sub Object_OnStateChange(state)
  10.     If state = "Command executed" Then
  11.         DesktopX.ScriptObject("k_bbcworldnewsback").pickbrowser("opera.exe ")
  12.         DesktopX.Object("k_bbcmenu").Visible=False
  13.     End If
  14. End Sub
  15.  
  16. 'Called when the script is terminated
  17. Sub Object_OnScriptExit
  18.  
  19. End Sub
  20. ]]></Script><Globals><Editor><PropPane>0</PropPane><EditorLeft>220</EditorLeft><EditorTop>19</EditorTop><EditorRight>1088</EditorRight><EditorBottom>528</EditorBottom></Editor><Object><LanguageCLSID>{B54F3741-5B07-11CF-A4B0-00AA004A55E8}</LanguageCLSID><ControlCLSID>{00000000-0000-0000-0000-000000000000}</ControlCLSID><ControlObjWidth>64</ControlObjWidth><ControlObjHeight>64</ControlObjHeight><RunState>1</RunState><ScriptHostVersion>2</ScriptHostVersion></Object></Globals></DXScript>
  21.